home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / educate / wcstrv11.zip / _SETUP.1 / WCSServer.exe / 0 / RCDATA / TEDITTRIVUSERSFORM / TEDITTRIVUSERSFORM.txt < prev   
Text File  |  1997-05-25  |  3KB  |  126 lines

  1. object EditTrivUsersForm: TEditTrivUsersForm
  2.   Left = 76
  3.   Top = 142
  4.   Width = 648
  5.   Height = 262
  6.   ActiveControl = DBNavPanel
  7.   Caption = 'Edit WCS Trivia Users'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Icon.Data = {<image000.ico>}
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object DBNavPanel: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 640
  20.     Height = 41
  21.     Align = alTop
  22.     TabOrder = 0
  23.     object CloseBtn: TBitBtn
  24.       Left = 556
  25.       Top = 8
  26.       Width = 75
  27.       Height = 25
  28.       Caption = 'Close'
  29.       TabOrder = 0
  30.       OnClick = CloseBtnClick
  31.       Glyph.Data = {
  32.         78010000424D7801000000000000760000002800000020000000100000000100
  33.         04000000000000000000120B0000120B00000000000000000000000000000000
  34.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  35.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  36.         03333377777777777F333301111111110333337F333333337F33330111111111
  37.         0333337F333333337F333301111111110333337F333333337F33330111111111
  38.         0333337F333333337F333301111111110333337F333333337F33330111111111
  39.         0333337F3333333F7F333301111111B10333337F333333737F33330111111111
  40.         0333337F333333337F333301111111110333337F33FFFFF37F3333011EEEEE11
  41.         0333337F377777F37F3333011EEEEE110333337F37FFF7F37F3333011EEEEE11
  42.         0333337F377777337F333301111111110333337F333333337F33330111111111
  43.         0333337FFFFFFFFF7F33330000000000033333777777777773330000}
  44.       NumGlyphs = 2
  45.     end
  46.     object DBNav: TDBNavigator
  47.       Left = 8
  48.       Top = 8
  49.       Width = 222
  50.       Height = 25
  51.       DataSource = DataModuleForm.TriviaDataSource
  52.       VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast, nbDelete, nbCancel]
  53.       Hints.Strings = (
  54.         'First User Record'
  55.         'Previous User Record'
  56.         'Next User Record'
  57.         'Last User Record'
  58.         ''
  59.         'Delete Current Record'
  60.         ''
  61.         ''
  62.         'Cancel Current Edit'
  63.         '')
  64.       ParentShowHint = False
  65.       ShowHint = True
  66.       TabOrder = 1
  67.     end
  68.   end
  69.   object DBGridPanel: TPanel
  70.     Left = 0
  71.     Top = 41
  72.     Width = 640
  73.     Height = 194
  74.     Align = alClient
  75.     BevelInner = bvLowered
  76.     BorderWidth = 4
  77.     Caption = 'DBGridPanel'
  78.     TabOrder = 1
  79.     object DBGrid: TDBGrid
  80.       Left = 7
  81.       Top = 7
  82.       Width = 625
  83.       Height = 179
  84.       Columns = <
  85.         item
  86.           FieldName = 'USERNAME'
  87.           ReadOnly = True
  88.           Title.Caption = 'User Name'
  89.           Width = 147
  90.         end
  91.         item
  92.           FieldName = 'USERID'
  93.           ReadOnly = True
  94.           Title.Caption = 'User ID'
  95.         end
  96.         item
  97.           FieldName = 'DATELASTON'
  98.           Title.Caption = 'Date Last On'
  99.         end
  100.         item
  101.           FieldName = 'TOTDAYSPL'
  102.           Title.Caption = 'Total Days Played'
  103.         end
  104.         item
  105.           FieldName = 'TOTQUESTR'
  106.           Title.Caption = 'Total Questions Tried'
  107.         end
  108.         item
  109.           FieldName = 'TOTANSCOR'
  110.           Title.Caption = 'Total Correct Answers'
  111.         end>
  112.       DataSource = DataModuleForm.TriviaDataSource
  113.       Font.Color = clBlack
  114.       Font.Height = -11
  115.       Font.Name = 'MS Sans Serif'
  116.       Font.Style = []
  117.       ParentFont = False
  118.       TabOrder = 0
  119.       TitleFont.Color = clWindowText
  120.       TitleFont.Height = -11
  121.       TitleFont.Name = 'MS Sans Serif'
  122.       TitleFont.Style = []
  123.     end
  124.   end
  125. end
  126.